home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / sane.d / plustek.conf < prev    next >
Encoding:
Text File  |  2006-09-10  |  3.8 KB  |  176 lines

  1. # Plustek-SANE Backend configuration file
  2. # For use with LM9831/2/3 based USB scanners
  3. #
  4.  
  5. # each device needs at least two lines:
  6. # - [usb] vendor-ID and product-ID
  7. # - device devicename
  8. # i.e. for Plustek (0x07B3) UT12/16/24 (0x0017)
  9. # [usb] 0x07B3 0x0017
  10. # device /dev/usbscanner
  11. # or
  12. # device libusb:bbb:ddd
  13. # where bbb is the busnumber and ddd the device number
  14. # make sure that your user has access to /proc/bus/usb/bbb/ddd
  15. #
  16. # additionally you can specify some options
  17. # warmup, lOffOnEnd, lampOff
  18. #
  19. # For autodetection use
  20. # [usb]
  21. # device /dev/usbscanner
  22. #
  23. # or simply
  24. # [usb]
  25. #
  26. # or if you want a specific device but you have no idea about the
  27. # device node or you use libusb, simply set vendor- and product-ID
  28. # [usb] 0x07B3 0x0017
  29. # device auto
  30. #
  31. # NOTE: autodetection is safe, as it uses the info it got
  32. #       from the USB subsystem. If you're not using the
  33. #       autodetection, you MUST have attached that device
  34. #       at your USB-port, that you have specified...
  35. #
  36.  
  37. [usb]
  38.  
  39. #
  40. # options for the previous USB entry
  41. #
  42. # switch lamp off after xxx secs, 0 disables the feature
  43. # (can also be set via frontend)
  44. option lampOff 300
  45.  
  46. # warmup period in seconds, 0 means no warmup, -1 means auto-warmup
  47. # (can also be set via frontend)
  48. option warmup -1
  49.  
  50. # 0 means leave lamp-status untouched, not 0 means switch off
  51. # on sane_close
  52. # (can also be set via frontend)
  53. option lOffOnEnd 1
  54.  
  55. #
  56. # options to tweak the image start-position
  57. # (WARNING: there's no internal range check!!!)
  58. #
  59. # for the normal scan area
  60. #
  61. option posOffX 0
  62. option posOffY 0
  63.  
  64. # for transparencies
  65. option tpaOffX 0
  66. option tpaOffY 0
  67.  
  68. # for negatives
  69. option negOffX 0
  70. option negOffY 0
  71.  
  72. #
  73. # for setting the calibration strip position
  74. # (WARNING: there's no internal range check!!!)
  75. # -1 means use built in
  76. # (can also be set via frontend)
  77. option posShadingY -1
  78. option tpaShadingY -1
  79. option negShadingY -1
  80.  
  81. #
  82. # to invert the negatives, 0 disables the feature
  83. #
  84. option invertNegatives 0
  85.  
  86. #
  87. # to disable the internal sensor speedup function, 
  88. # 1 disables the feature
  89. #
  90. option disableSpeedup 0
  91.  
  92. #
  93. # to save/restore coarse calibration data
  94. # (can also be set via frontend)
  95. option cacheCalData 0
  96.  
  97. #
  98. # use alternate calibration routines
  99. #
  100. option altCalibration 0
  101.  
  102. #
  103. # for skipping whole calibration step
  104. #
  105. option skipCalibration 0
  106.  
  107. #
  108. # for skipping entire fine calibration step
  109. # coarse calibration is done
  110. #
  111. option skipFine 0
  112.  
  113. #
  114. # discard the result of the fine white calibration
  115. #
  116. option skipFineWhite 0
  117.  
  118. # for replacing the gain values found during coarse
  119. # calibration
  120. # (can also be set via frontend)
  121. option red_gain   -1
  122. option green_gain -1
  123. option blue_gain  -1
  124.  
  125. # for replacing the offset values found during coarse
  126. # calibration
  127. # (can also be set via frontend)
  128. option red_offset   -1
  129. option green_offset -1
  130. option blue_offset  -1
  131.  
  132. #
  133. # for replacing the default lampoff settings, this
  134. # works only for CIS devices like CanoScan LiDE20
  135. # (can also be set via frontend)
  136. option red_lampoff   -1
  137. option green_lampoff -1
  138. option blue_lampoff  -1
  139.  
  140. #
  141. # for adjusting the default gamma values
  142. # (can also be set via frontend)
  143. option redGamma         1.0
  144. option greenGamma       1.0
  145. option blueGamma        1.0
  146. option grayGamma        1.0
  147.  
  148. #
  149. # to enable TPA (EPSON or UMAX, if autodetection fails)
  150. # 0 means default behaviour as specified in the internal tables
  151. # 1 means enable (needed for UMAX 3450)
  152. option enableTPA 0
  153.  
  154. #
  155. # model override functionality, currently only available for
  156. # Mustek devices, using NSCs' vendor ID: 0x0400 and
  157. # also their product ID: 0x1000 (LM9831) 0x1001 (LM9832)
  158. #
  159. # mov/PID    |    0x1000   |   0x1001
  160. # ---------------------------------------
  161. # 0 (default)| BearPaw1200 | BearPaw 2400
  162. # 1          |   ignored   | BearPaw 1200
  163. #
  164. option mov 0
  165.  
  166. #
  167. # and of course the device-name
  168. #
  169. # device /dev/usbscanner
  170. device auto
  171.  
  172. #
  173. # to define a new device, start with a new section:
  174. # [usb] 
  175. #
  176.